Fix minor issues in documentation of `use-package'
authorDominik Schrempf <dominik.schrempf@gmail.com>
Thu, 27 Mar 2025 14:54:52 +0000 (15:54 +0100)
committerEli Zaretskii <eliz@gnu.org>
Sat, 29 Mar 2025 14:15:55 +0000 (17:15 +0300)
(Bug#77311)

Copyright-paperwork-exempt: yes

lisp/use-package/use-package-core.el

index 2f0d14255b20ffe70bb4b2196af96f3dcd384e28..c04053c22acd81f8db4502249549c99fbe02346e 100644 (file)
@@ -1810,11 +1810,11 @@ Usage:
 :magic-fallback  Form to be added to `magic-fallback-mode-alist'.
 :interpreter     Form to be added to `interpreter-mode-alist'.
 
-:commands        Define autoloads for commands that will be defined by the
-                 package.  This is useful if the package is being lazily
-                 loaded, and you wish to conditionally call functions in your
+:commands        Define autoloads for commands defined by the package.
+                 This is useful if the package is being lazily loaded,
+                 and you wish to conditionally call functions in your
                  `:init' block that are defined in the package.
-:autoload        Similar to :commands, but it for no-interactive one.
+:autoload        Similar to `:commands', but used for non-interactive functions.
 :hook            Specify hook(s) to attach this package to.
 
 :bind            Bind keys, and define autoloads for the bound commands.